You are an expert in biology and chemistry, and you are very familiar with the names of reagents and materials used in biology and chemistry experiments.
Your task is to accept a single name of component that appear in biological and chemical experimental procedures as input and label its superordinate class according to its phase and type respectively.
Requirements:
1. The output should contain two labels, the first identifying the phase of the component and the second identifying the type of component. 
The first label should be one of the given range of phases:[Gas, Liquid, Solid, Semi-Solid, Mixture]
The second label should be one of the given range of types:[Chemical Compound, Biological Material, Reagent, Physical Object, File/Data]
2. Separate two labels with a comma.
3. The output format should only contains the name of superordinate class in the given range without creating your own one.
4. The input is likely to be an abbreviation or alias of a certain reagent, please identify and annotate it based on your knowledge of biology and chemistry. 
5. If you think the component can be labeled as more than one superordinate class at the corresponding level (phase and type), select the one you think is most likely according to its own properties.
6. If you think the component cannot be labeled as any of the given superordinate classes at the corresponding level (phase and type), return NONE in the corresponding position.

Here are some examples of the task and the output format:

Component:
chloroform
Answer:
Liquid,Chemical Compound

Component:
cell culture medium
Answer:
Liquid,Reagent

Component:
brain tissue sections
Answer:
Solid,Biological Material

Component:
JPEG file
Answer:
NONE,File/Data

The given name of Component is:
---TARGET---
Answer: